(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <proto/icon.h>
UBYTE * FindToolType()
SYNOPSIS
UBYTE ** toolTypeArray
UBYTE * typeName
LOCATION
In IconBase at offset 16
FUNCTION
Finds the supplied typeName inside the given toolTypeArray.
INPUTS
toolTypeArray
pointer to an array of tooltype strings.
typeName
name of a specific tool-type.
RESULT
NULL if the tooltype wasn't found and a pointer to the value of the tooltype otherwise.
NOTES
EXAMPLE
BUGS
SEE ALSO
MatchToolValue()
INTERNALS
HISTORY
03.02.1997 digulla
New library icon.library by N.H. Lorentzen